home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00329.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  267 b   |  13 lines

  1. on enterFrame
  2.   global Current, Clips, fullscreenG
  3.   set Clips to the fileName of cast "final.mov"
  4.   set Current to 2
  5.   if fullscreenG = 1 then
  6.     playQTF(Clips, "0,0", 1)
  7.     set fullscreenG to 0
  8.   else
  9.     playQTF(Clips, "160,140", 0)
  10.   end if
  11.   updateStage()
  12. end
  13.